Adwaita: Insensitive notebook arrows
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 Feb 2016 23:24:20 +0000 (18:24 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 12 Feb 2016 23:24:20 +0000 (18:24 -0500)
Just make insensitive notebook arrows gray until better
styling appears.

https://bugzilla.gnome.org/show_bug.cgi?id=761716

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index c4dca89f43d02e481b6a607a5861322be0adde11..e522a5ca075ea91e7e4435799d14e56f3d2054d1 100644 (file)
@@ -1831,6 +1831,10 @@ notebook {
       }
     }
 
+    arrow:disabled {
+      color: $insensitive_fg_color;
+    }
+
     tab {
       font-weight: bold;
       min-height: 36px;
index 8357667f69494b194652b73d869fe79ab124652f..1f6b4a2d3b16b340f33fbd89679bcfc7753ddd13 100644 (file)
@@ -2193,6 +2193,8 @@ notebook > header {
         box-shadow: none; }
       notebook > header.right > tabs > tab:active {
         box-shadow: inset 3px 0 #215d9c; }
+  notebook > header arrow:disabled {
+    color: #949796; }
   notebook > header tab {
     font-weight: bold;
     min-height: 36px;
index 555d1d2094b3745d7935c351780ee3fc83e8c8c8..67eb29239e7abbc8a4413af6f9aca74dc92495dd 100644 (file)
@@ -2203,6 +2203,8 @@ notebook > header {
         box-shadow: none; }
       notebook > header.right > tabs > tab:active {
         box-shadow: inset 3px 0 #4a90d9; }
+  notebook > header arrow:disabled {
+    color: #8b8e8f; }
   notebook > header tab {
     font-weight: bold;
     min-height: 36px;